home *** CD-ROM | disk | FTP | other *** search
/ Mac Action 1996 January / mac-action-07.iso / mac / Inside Action / Beatrix Potter / Peter Rabbit / DSTORIES.DXR / 00316.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  131 b   |  10 lines

  1. on mouseUp
  2.   global gPage
  3.   put "gPage =" && gPage
  4.   if gPage = EMPTY then
  5.     go("Menu")
  6.   else
  7.     go(label(gPage))
  8.   end if
  9. end
  10.